Add Bug#.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Jul 2011 23:29:03 +0000 (16:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Jul 2011 23:29:03 +0000 (16:29 -0700)
ChangeLog
src/ChangeLog

index 0d69b94943ed36234d46af66fef6eafe3afbdb98..62847460778c393d82c2c389e0e1ba6c790c9f8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2011-07-06  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Add gnulib support for pthread_sigmask.
+       Add gnulib support for pthread_sigmask (Bug#9010).
        * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
        (GNULIB_TOOL_FLAGS): Avoid sigprocmask.  Emacs does its own
        implementation of 'sigprocmask' on Windows, and it assumes
index 1dafbf53986451c7e8768229c76ba128e0d6b3c9..09746ecbd4fc8356d6d5dc39209c510f6c87b0b0 100644 (file)
@@ -1,6 +1,6 @@
 2011-07-06  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Use pthread_sigmask, not sigprocmask.
+       Use pthread_sigmask, not sigprocmask (Bug#9010).
        * callproc.c (Fcall_process):
        * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
        * process.c (create_process):